html { 
   margin: 0; padding: 0; 
   }
body { 
   font-family: Times New Roman, serif;
   font-weight: normal;
   font-size: 10pt;
   line-height: 1.3em;
   color: black;
   margin: 0em; padding: 0; 
   background: rgb(100%,100%,100%); 
   }

td {
   font-family: Times New Roman, serif;
   font-weight: normal;
   font-size: 10pt;
   line-height: 1.3em;
   color: black;
   margin: 0em; padding: .3em; 
   background: rgb(100%,100%,100%); 
   }
th {
   font-family: Times New Roman, serif;
   font-weight: bold;
   font-size: 10pt;
   line-height: 1.3em;
   color: black;
   margin: 0em; padding: .3em; 
   background: rgb(100%,100%,100%); 
   }

  /* Link Properties */
   a:link {color: #1020b5; }
   a:visited {color: #902020; }
   a:active {color: #c01010; }
h1 {
   font-family: Helvetica, sans-serif;
   font-weight: normal;
   font-size: 130%; 
   letter-spacing: 1px;
   color: rgb(50%,5%,5%);
   }
h2 {
   font-family: Helvetica, sans-serif;
   font-size: 130%; 
   font-weight: normal;
   }
h3 {
   font-size: 110%; 
   font-weight: normal;
   margin: 0; padding: 0; 
   text-decoration: underline;
   }   
h4 {
   font-size: 90%; 
   font-weight: normal;
   margin: 0; padding: 0; 
   }   
h4.boldSans {
   font-family: Helvetica, sans-serif;
   font-weight: bold;
   }
#computer {
   font-family: Courier, serif;
   font-size: 100%;
   font-weight: bold;
   }
div#indent3 {
   margin-left: 3%;
   }
div#indent10 {
   margin-left: 10%;
   }
div#headline {
   position: absolute; top: 0px; left: 0px; width: 100%; 
   text-align: center;
   }
div#toc {
   float: left; width: 165px;
   #float: top;
   overflow: auto;
   position: fixed;
   padding-left: 1.0em; padding-right: 1.0em;
   line-height: 1.6em;
   background: rgb(95%,95%,80%);
   height: 100%;
   border-top: 0px solid black;
   border-right: 1px solid black;
   border-left: 0px solid black;
   font-size: 95%;
   }
div#toc a:hover {
   color: rgb(100%,100%,100%);
   background: rgb(30%,30%,70%);
   }
div#content {
   position: absolute; top: 0px; left: width: 100%;
   padding-left: 1em;
   padding-right: 1em;
   height: 100%;
   margin-top: 0px;
   margin-left: 190px;
   border-top: 0px solid black;
   border-right: 0px solid black;
   border-left: 0px solid black;
   }
div#leftContent {
   float: left;
   width: 100%;
   }
div#rightPic {
   float: right;
   margin-top: 0px;
   margin-right: 0px;
   margin-left: 20px;
   margin-bottom: 0px;
   }
div#leftPic {
   float: left;
   margin-top: 0px;
   margin-right: 20px;
   margin-left: 0px;
   margin-bottom: 0px;
   }
